home *** CD-ROM | disk | FTP | other *** search
/ Let's Learn About Machines / Let's Learn About Machines.iso / mac / macfiles / Shared.Dxr / 00911_help 1.ls < prev    next >
Encoding:
Text File  |  1997-09-18  |  141 b   |  13 lines

  1. on mouseUp
  2.   pause()
  3.   puppetSound("help")
  4.   updateStage()
  5.   autospin()
  6.   puppetSound(0)
  7.   continue()
  8. end
  9.  
  10. on action
  11.   play movie "help"
  12. end
  13.